Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

DrawImage(Byte[],Rect,Double) Method






Specifies the Image Data Array to draw onto the surface.
Specifies the location and size of the drawn image.
A value between 0 and 1, Specifies an opacity value to apply to the image.
Draws the specified image data array to the size of the specified rectangle and opacity.
Syntax
public void DrawImage( 
   byte[] data,
   Rect destRect,
   double opacity
)
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal data() As Byte, _
   ByVal destRect As Rect, _
   ByVal opacity As Double _
) 
'Usage
 
Dim instance As D2DSurface
Dim data() As Byte
Dim destRect As Rect
Dim opacity As Double
 
instance.DrawImage(data, destRect, opacity)

            

            
public:
void DrawImage( 
   array<byte>^ data,
   Rect destRect,
   double opacity
) 

Parameters

data
Specifies the Image Data Array to draw onto the surface.
destRect
Specifies the location and size of the drawn image.
opacity
A value between 0 and 1, Specifies an opacity value to apply to the image.
Remarks

This method draws the specified image data array to the size of the specified rectangle and opacity.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members
Overload List

Error processing SSI file